func crypto/cipher.gcmAuth

3 uses

	crypto/cipher (current package)
		gcm.go#L267: 	gcmAuth(tag[:], &H, &tagMask, out[:len(plaintext)], additionalData)
		gcm.go#L307: 	gcmAuth(expectedTag[:], &H, &tagMask, ciphertext, additionalData)
		gcm.go#L356: func gcmAuth(out []byte, H, tagMask *[gcmBlockSize]byte, ciphertext, additionalData []byte) {